php enable errors

<?php
 
error_reporting(-1);
ini_set('display_errors', 'On');

Leave a Reply